home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / acpi / start.d / 60-asus-wireless-led.sh
Linux/UNIX/POSIX Shell Script  |  2009-10-13  |  142b  |  9 lines

  1. #!/bin/sh
  2. . /usr/share/acpi-support/state-funcs
  3. if isAnyWirelessPoweredOn ; then
  4.     setLEDAsusWireless 1
  5. else
  6.     setLEDAsusWireless 0
  7. fi
  8.  
  9.